var testing.cpuProfile
5 uses
testing (current package)
testing.go#L469: cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to `file`")
testing.go#L501: cpuProfile *string
testing.go#L2497: if *cpuProfile != "" {
testing.go#L2498: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L2587: if *cpuProfile != "" {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)